Spread WinForms 15
GrapeCity.Win.PluginInputMan Assembly / GrapeCity.Win.Spread.InputMan.CellType Namespace / NamedObjectCollection<T> Class / NamedObjectCollection<T> Constructor / NamedObjectCollection<T> Constructor(T[])
An Array.


In This Topic
NamedObjectCollection<T> Constructor(T[])
In This Topic
Initializes a new instance of the NamedObjectCollection<T> class.
Syntax
'Declaration
 
Public Function New( _
   ByVal values() As T _
)
 
'Usage
 
Dim values() As T
 
Dim instance As New NamedObjectCollection(Of T)(values)

Parameters

values
An Array.
See Also